Adwaita: bring borders for tiled
authorJakub Steiner <jimmac@gmail.com>
Thu, 11 Feb 2021 14:16:57 +0000 (15:16 +0100)
committerJakub Steiner <jimmac@gmail.com>
Thu, 11 Feb 2021 14:16:57 +0000 (15:16 +0100)
Fixes https://gitlab.gnome.org/GNOME/gtk/-/issues/3661

gtk/theme/Adwaita/_common.scss

index 03bd00f154bad4f875f7e12535f274ab1ae0bed7..bac45c3a3c7b5fe33e937713f8dff27cfcd63db1 100644 (file)
@@ -4103,12 +4103,18 @@ window {
   }
 
   &.maximized,
-  &.fullscreen,
+  &.fullscreen { border-radius: 0; box-shadow: none; }
+
   &.tiled,
   &.tiled-top,
   &.tiled-left,
   &.tiled-right,
-  &.tiled-bottom { border-radius: 0; box-shadow: none; }
+  &.tiled-bottom {
+   border-radius: 0;
+   box-shadow: 0 0 0 1px $_wm_border_backdrop;
+
+   &:backdrop { box-shadow: 0 0 0 1px $_wm_border_backdrop; }
+  }
 
   &.popup { box-shadow: none; }